home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_a / maccol.txt < prev    next >
Text File  |  1995-04-22  |  657b  |  35 lines

  1.  
  2.  
  3. #: 185534 S9/ICD/KYAN/OSS Q&A 
  4.     14-Apr-87  03:17:02 
  5. Sb: Changing Screen Colors 
  6. Fm: Bill Wilkinson [OSS] 73177,2714 
  7. To: MAC/65 Users 
  8.  
  9. Okay, here it is at last.  The 
  10. promised method by which you can set 
  11. your MAC/65 _CARTRIDGE_ screen colors 
  12. as you please. 
  13.  
  14.  
  15.     .OPT OBJ 
  16.     *= $483 ; CHAR.LUM = 10 BKGD.LUM 
  17. = 0 BKGD.HUE = 6 ; 
  18.     .BYTE CHAR.LUM 
  19.     .BYTE BKGD.HUE * 16 + BKGD.LUM 
  20.     .END 
  21.  
  22. That's it.  Just type that in and ASM 
  23. it and your colors will change, 
  24. kerblang. 
  25.  
  26. You might also (instead?) want to 
  27. assemble that to a disk file.  Then, 
  28. to change colors, just BLOAD the disk 
  29. file. 
  30.  
  31. Too simple to believe, right? 
  32.  
  33.  
  34.  
  35.